HTML link within my plugin settings page

Just use old simple HTML, the <a> tag. <a href=”https://wordpress.stackexchange.com/questions/24208/admin.php?page=yourplugin/another-page.php” title=”another page”>Another Page</a> If your page is php only: echo ‘<a href=”https://wordpress.stackexchange.com/questions/24208/admin.php?page=yourplugin/another-page.php” title=”another page”>Another Page</a>’; Where yourplugin is your plugin folder name, and another-page.php is that other page.

Is it posibble to have alink to display all posts on index.php?

You could create a template called all-posts.php and place this code inside of it: <?php /* Template Name: All posts */ ?> <?php get_header(); ?> <div id=”primary”> <div id=”content” role=”main”> <div class=”entry”> <?php $args = array( ‘numberposts’ => -1 ); $lastposts = get_posts( $args ); foreach($lastposts as $post) : setup_postdata($post); ?> <h2><a href=”https://wordpress.stackexchange.com/questions/27127/<?php the_permalink(); ?>”><?php … Read more

Problem embedding a page on facebook [closed]

It still goes to the same page, so I assume its being added by facebook for a reason.. maybe for tracking or something. Not sure if you have seen this, but a very good tutorial on embedding your site. http://www.netmagazine.com/tutorials/embed-your-site-facebook

Menu System: Custom Links

sure, just click Screen Option on top, and check Link Target and you will have the option on the link to target the same or a different page

What is making these links open as new windows?

Probably some javascript that targets those links and makes them open as new windows. Try running the page with javascript disabled and see if they behave the same. You can also try adding target=”_self” to the a-tags, although this might be overridden by javascript.

Change menu item order

This may depend on the theme you are using. Recent themes support the selection of primary of main menus and potentially other menus, go to yoursite.com/wp-admin/nav-menus.php and create a menu, then set it as the main menu, in the top left “theme locations” section. If you do not see this section then you need to … Read more

Link to blogg-page

Create a page, call it “Blog” Settings->Reading… select your new “Blog” page in the drop down next “Posts page” In Appearance->Menus find your main menu. On the left, open up the “Pages” panel Find your page named Blog Check it and click “Add to Menu Save the menu Profit

Read more link not working [closed]

I believe you are using wordpress on your website…To add read more text u just need to use the wordpress visual editor. In this the 12 no. button is used to add read more text…Use this to add read more, there may be possibility that while adding code you are making some error..

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)