Wordpress Page order - wordpress

I can't get the page order to update in wordpress.
http://s72956.gridserver.com/dev/ that is the page but it should look like this http://i32.tinypic.com/5aa82.png

Just found the problem :I forgot to set the page order popup choice in the Pages sidebar widget. I'm using widgets so that's where I overlooked the change.

Related

Wordpress: Page over page (withour reloading)

I am building my own theme, and I want something advanced:
What i want is a page with links (already have that, now comes the tricky part). When you click on that link, i would like to have a "page" sliding over the "portfolio page (the page with links)" (not covering it compleatly, or with an exit button so you can close the overlay page, and just return on the protfolio page (without reloading if possible).
I need to put this overlay page in a custom post type.
I have been looking into pop-up widgets, but i don't think that will do the job.
Is there a plug-in for this?
Thank you very much for helping me out!
Something like these? You can alter them according to your needs
http://codepen.io/shubhra/full/JBChq/
http://tympanus.net/Blueprints/GridGallery/
http://tympanus.net/Development/3DGridEffect/

Wordpress, where do my posts go?

I have converted my html/css to wordpress by following a very simple guide.
On my WP-site, I would like to have a simple "blog-page", a page where i can update the visitors about events and so on. I created a page called events but how do I make my posts appear on this particular page?
When i create a new post I can click "view post" to see it but i does not show i on my events-page. In fact, I have no idea where it ends up? Its like creating a new page except for that it does not add to the menu?
Select Settings, Reading.
Choose 'Front page displays a static page' and select the page you want as your front page.
On the next line 'posts page' select the page you named 'Events'.
That should do the trick.
"how do I make my posts appear on this particular page"
For this you have to create a custom template for your blog section, and select that template during page creation(events) for particular page. That's it.
Follow this link to know how to implement it. http://www.expand2web.com/blog/custom-page-template-wordpress/

How do I make my custom wordpress theme consistent across all the pages?

How do I make my custom wordpress theme consistent across all the pages? The homepage is looking okay but when I go to other page the header and layout is not like the homepage already.
Screenshots.
Main page
http://i.imgur.com/hkXZV0u.jpg
When I go to other page
http://i.imgur.com/m5n3QqU.jpg
Documentation is your friend: http://codex.wordpress.org/Main_Page.
Se section Learn How to Use WordPressand Working With Themes :)
You have to understand that the start page usually always has one template. As do a page and a post.
When you open a page, page.php is fired, and when you open a post, post.php is fired. They might both have different layout.

Custom page in Wordpress plugin

I am creating simple plugin, and I prepared few pages: add.php, edit.php, delete.php and list.php. I've used add_menu_page and add_submenu_page - so I understand why they are visible in admin menu. How to create page (or custom URL with parameter) without putting this into menu? I'd like to add link to edit page and delete url (code executed by plugin) on listing page - something like in posts listing page but can't find function to achieve this.
Here are two possible solutions for this questions:
How do you add a WordPress admin page without adding it to the menu?
Personally i havent tried it but it like the one where you remove the item from the menu after you set things up like normal.
There is also a great plugin called the WP Router that can help you setup totally unique urls with the callback you desire.

Drupal 7 multiple views are shown on one page

just a quick one, im sure its very easy although it is drving me crazy.
I have a custom theme that i have developed. I have developed a few different views. For some reason my blog and colorbox are showing on both the colorbox and blog pages that i have created.
I only want the Colorbox views to be displayed on one page and the other view to be shown on its own page. For some reason they both display on the same page.
THanks for looking into this guys!
In which method you have displayed the view? is it in BLOCK or PAGE?? this might be page i think. so please edit the block and make sure it is not listed in all pages

Resources