Forum Replies Created
-
AuthorPosts
-
April 25, 2015 at 7:06 pm in reply to: Feature image not showing in post when using avia advanced editor #434731
Thank you for your response.
April 24, 2015 at 1:28 am in reply to: Feature image not showing in post when using avia advanced editor #433838This reply has been marked as private.April 21, 2015 at 9:01 pm in reply to: Changing blog post excerpt and link-back page from single post #432380I finally got it to work by editing the includes/helper-main-menu.php file. I added the following code
$category=get_the_category($_GET['p']); if((int)$category[0]->cat_ID == 5) $args['walker']->__set('blog_id','40');above the
wp_nav_menu($args);around line 133.
April 15, 2015 at 8:56 pm in reply to: Changing blog post excerpt and link-back page from single post #429218That is the parent page you are looking at but it is the single page that is having the problem (by clicking on one of the links). Here is the link that goes with the previous screenshot:
April 14, 2015 at 11:30 pm in reply to: Changing blog post excerpt and link-back page from single post #428522Thanks Elliott. The shortcodes filter is brilliant.
For the other problem:
1. Clicking on an item on this page: http://coalitionfemmes.ab.ca/dev/?page_id=40
2. Brings you to this page:
But as you can see in the screenshot (highlighted) it shows the page as being NOUVELLES but it should be ACTIVITÉS.
Not sure why it does this. I used a filter to change the page title as it was NOUVELLES before as well.
-
AuthorPosts
